home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / shared.dxr / 01971_Frame before script for laptop.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  281 b   |  13 lines

  1. on exitFrame
  2.   global textSpr, laptopStart
  3.   WatchCursor()
  4.   InitDataRange()
  5.   set textSpr to 33
  6.   puppetSockets()
  7.   InitTrace()
  8.   InitTraceDisplay()
  9.   puppetSprite(textSpr, 1)
  10.   set the castNum of sprite textSpr to BinarySearch(laptopStart)
  11.   StepOn(laptopStart, laptopStart)
  12. end
  13.